Platform Explorer / Nuxeo Platform 2023.10

Operation Context.SetMetadataFromBlob (Read Metadata From Binary to Context)

Description

Read Metadata From binary to Context for a given input blob and given metadata to inject into the Operation context (if not specified, all metadata will be injected)
Operation id Context.SetMetadataFromBlob
AliasesContext.ReadMetadataFromBinary
Category Execution Context
Label Read Metadata From Binary to Context
Requires
Since 7.1

Parameters

Name Description Type Required Default value
ignorePrefix Ignore metadata prefixes or not boolean no  
metadata Metadata list to filter on the blob. stringlist no  
processor The processor to execute for overriding the input blob. string no  

Signature

Inputs blob
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.binary.metadata.internals.operations.ReadMetadataFromBinaryToContext
Contributing Component org.nuxeo.binary.metadata

JSON Definition

{
  "id" : "Context.SetMetadataFromBlob",
  "aliases" : [ "Context.ReadMetadataFromBinary" ],
  "label" : "Read Metadata From Binary to Context",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Read Metadata From binary to Context for a given input blob and given metadata to inject into the Operation context (if not specified, all metadata will be injected) ",
  "since" : "7.1",
  "url" : "Context.SetMetadataFromBlob",
  "signature" : [ "blob", "void" ],
  "params" : [ {
    "name" : "ignorePrefix",
    "description" : "Ignore metadata prefixes or not",
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "metadata",
    "description" : "Metadata list to filter on the blob.",
    "type" : "stringlist",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "processor",
    "description" : "The processor to execute for overriding the input blob.",
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}